<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* css reset */

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    border: 0px;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color:#333;
    /* [disabled]outline:none; */
}
button, input, select, textarea{ outline:none;}
html {line-height: 1; }
address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

/* 重置列表元素 */
ul, ol, li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none;color:#333; cursor:pointer;}
a:hover { border-bottom: 1px solid #BE2C20; color:#BE2C20; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/* 重置图片元素 */
img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
.fl {float: left;}
.fr {float: right;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.hot .item .img img, .hot .item .pic img{
    width:100%; height:100%;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hot .item .img img:hover, .hot .item .pic img:hover{
    transform: scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2); 	/* IE 9 */
    -moz-transform:scale(1.2, 1.2); 	/* Firefox */
    -webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2, 1.2); 	/* Opera */
}
body{min-width: 1200px;}
.plate-title { display: flex;  justify-content: space-between;  align-items: center; border-bottom: 2px solid #dddddd; }
.plate-title .iconmore { color: #c0c0c0; font-size: 18px }
.plate-title a:hover{border-bottom: none;}
.plate-title a:hover .iconmore{color: #BE2C20;}
.plate-title h4 {position: relative; margin: 0;padding: 8px 0 13px;font-size: 18px;color: #303030;font-weight:bold}
.plate-title h4::after {content: ""; display: block;width: 100%;height: 3px; position: absolute; left: 0;bottom: -1.5px;background: #BE2C20;}


.list_article{margin-top:5px;width: 100%;}
.list_article li { white-space: nowrap;text-overflow: ellipsis;line-height:19px;
    font-family: MicrosoftYaHei;font-size: 16px;color: #000000;margin-top: 20px;}
.list_article li a {position: relative;padding-left: 12px;width: 100%;box-sizing: border-box;}
.list_article li a:hover{ color: #BE2C20;border-bottom: 1px solid #BE2C20;}
.list_article li a::before {content: ""; display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute; left: 0;top: 50%;background: #BE2C20;transform: translateY(-50%);}
.border{margin:0;border: 1px solid #EAEAEA; }

/*顶部页面*/
.top {width:100%;font-size:14px;background-color:#F3F3F3;}
.top .top-head{height:33px;width:1200px;margin:0 auto}
.top .top-head &gt; div {height:19px; padding: 8px 0px;line-height:19px;}
.top .top-head .topleft {width:560px;}
.top .top-head .topright{width:200px; }
.top .top-head .topleft .span1 {color:#C12C20;}
.top .top-head .topright a {color:#606060}
.top hr {color:#DEDEDE;height:2px;margin-bottom:10px;}
.top .top-middle{height:88px;background: #FFFFFF;width:100%}
.top .top-middle .top-middle-div {min-width: 940px;width:1200px;height:88px;;margin:0 auto;padding-top:23px;}
.top .top-middle .top-middle-div .logo{width: 15vw;min-width: 220px;float:left;}
.top .top-middle .top-middle-div img{width: 15vw;min-width: 220px;}

.top .top-middle .top-middle-div .header-r{width: 30vw;min-width:412px;height:34px;float:right}
.top .logo1{width:100%;background-size: cover; }
.top .logo1 img{width:100%;}
/*导航菜单*/
.nav{width:100%;min-width:1200px;background-color:#C12C20;height:50px;position:absolute;z-index:1}
.nav &gt; .menu {display:flex;width:1200px;height:50px;margin:0 auto ;border-left:2px solid #E5594E; }
.nav &gt; .menu li{flex: 1; min-width:198px;height:50px;text-align:center;line-height:50px; border-right:2px solid #E5594E;text-overflow: ellipsis;}
.nav &gt; .menu li &gt; a{display:block;font-size:18px;color: white;}
.nav &gt; .menu li ul a{display:block;font-size:18px; cursor:pointer; color: #303030;transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.nav &gt; .menu li ul a:hover{background-color:#FFF2F1;color: #C02B1F;border-bottom:none;}
.nav &gt; .menu li &gt; a:hover{background-color:#AC2217;border-bottom:none;}
.nav &gt; .menu li:hover &gt; .menu-child{ display:block; }
.nav &gt; .menu li &gt; .menu-child {display:none}
.nav &gt; .menu li &gt; .menu-child li{background-color:white;border:none}

/*平台公告*/
.header{width:100%; background-color:#FFFFFF;margin-top:50px;  position: relative;}
/*.header hr {height:14px;background: #F7F7F7;}*/
.header .container{flex-wrap: wrap;justify-content: space-between;align-items: center;background-color: #F6F4F6;position: relative;top: 20px;margin-bottom: 40px;padding-right: 20px;box-sizing: border-box;}
.header .search{height:30px;}
.header .search .searchCon{min-width:342px; border:1px solid #c2c2c2; background:white; line-height:30px; text-indent:13px; outline:none; font-size:14px;color: #909090;}
.header .search .searchMenu{min-width: 70px; height:32px; background-image:url(../images/search1.png) ; outline:none; cursor:pointer;background-position: center;}
.header .search #searchForm{display: flex;justify-content: flex-start;}
.header-l{display: flex;align-items:center;height:50px;width: 700px;}
.header-l .span1{min-width:125px;height:50px;line-height:50px;font-size: 16px;color: white;background: #D53529;padding: 0 15px;box-sizing: border-box;}
.header-l .breaking_news{margin-left: 16px;}
.breaking_news a{display:inline-block;font-size: 16px;margin-right: 30px;}
.breaking_news .str_move a:hover{border-bottom: 1px solid #BE2C20;}
.header-l img {min-width:10px;width:1vw;margin-right:10px;}
.header-l li {height:50px;line-height:50px;font-family: MicrosoftYaHei;font-size: 16px;color: #303030;}

/* 广告位 */
.advertising{width: 1200px;margin: 0 auto;padding: 10px 0;}
.advertising img{width: 100%;height: 140px;}

/*底部页面*/
.footer{width:100%;background:#0655A0; }
.footertop{width:100%; display:flex}
.footertop li{flex:1;width:20vw}
.footertop .li1{border:3px solid #EFD1AC}
.footertop .li2{border:3px solid #B6EEC8}
.footertop .li3{border:3px solid #B5D8EC}
.footertop .li4{border:3px solid #B7BAEC}
.footertop .li5{border:3px solid #EB9586}
.footermiddle{width:1200px;height:159px;margin:0px auto 23px;padding-top:45px;display:flex}
.footermiddle .fm_left {min-width:221px;width:16vw;margin-right:75px;}
.footermiddle .fm_left img {width:100%;}
.footermiddle .fm_right{width:50%;min-width:400px;font-size: 14px;font-family: MicrosoftYaHei;}
.footermiddle .fm_right span{color: #FFFFFF;font-size: 16px;}
.footermiddle .fm_right ul{display:flex;flex-wrap:wrap}
.footermiddle .fm_right li {flex:0 0 50%;margin-top:12px;}
.footermiddle .fm_right li a {color:#BABABA;}
.footermiddle .fm_right li a:hover { text-decoration:none; color:#ef3838;}
.footer_bottom{font-family: MicrosoftYaHei;font-size: 14px;color: #FFFFFF;text-align: center;line-height: 22px;width:100%;height:75px;}
.footer_bottom .authority { text-align: center; display: block; margin: 6px auto; }
.index_background{display: flex; background-color: #F7F7F7;margin: 0 auto;}
.container{width: 1200px;margin:20px auto;display:flex}


/*轮播图*/
.swiper-container{width:495px; height:400px; position:relative; overflow:hidden;z-index: 0}
.swiper-container .swiper-slide a{width:100%; height:400px; display:block; position:relative; font-family:"宋体";}
.swiper-container .swiper-slide img{width:100%; height:100%;}
.swiper-container .swiper-slide .banner-title{ position:absolute; left:0; bottom:0; width:100%; height:34px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.8); line-height:34px;}
.swiper-container .swiper-slide .banner-title i{width:44px; height:100%; background-color:#ef3838; display:inline-block; float:left;}
.swiper-container .swiper-slide .banner-title span{line-height:34px; color:#fff; font-weight:normal; font-size:14px; padding-left:15px;}
.swiper-container-horizontal &gt; .swiper-pagination-bullets{right: 10px;width: auto;left: inherit;}
.swiper-container .pagination .swiper-pagination-bullet{background-color: white}
.swiper-container .pagination .swiper-pagination-bullet-active{background-color: white}

/*综合新闻*/
.newsfocus{margin : 0 20px;width: 410px;}
.newsfocus .title{font-family: MicrosoftYaHei-Bold;font-size: 18px;color: #BE2C20;width:300px;height:24px;padding-bottom:5px;border-bottom:2px solid #CCCCCC;position:relative }
.newsfocus .menu {margin-top:20px;}
.newsfocus .menu .firstnew {height:115px;border-bottom :2px dashed #CCCCCC;margin-bottom:5px;padding-bottom: 13px;}
.newsfocus .menu .firstnew .first-title {font-family: MicrosoftYaHei-Bold;font-size: 18px;color: #303030;font-weight:bold}
.newsfocus .menu .firstnew .first-des {font-family: MicrosoftYaHei;font-size: 14px;color: #909090;line-height: 24px;margin-top:13px;}
.newsfocus .menu .firstnew .first-des .details{font-family: MicrosoftYaHei-Bold;font-size: 14px;color: #303030;}
.newsfocus .menu .firstnew .first-des .details:hover{ color: #BE2C20;border-bottom: 1px solid #BE2C20}
.newsfocus .menu .others{font-family: MicrosoftYaHei;font-size: 16px;color: #303030;padding:12px 0 12px 12px;height:19px;line-height: 19px;position: relative;}
.newsfocus .menu .others:before{content: ""; display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute; left: 0;top: 50%;background: #BE2C20;transform: translateY(-50%);}
.newsfocus .menu .others em {float:right;color: #c0c0c0;}

/*市场采购业务入口*/
.business-entry{margin : 0 ;width: 252px;}
.business-entry .title{font-family: MicrosoftYaHei-Bold;font-size: 18px;color: #BE2C20;width:220px;height:24px;padding-bottom:5px;border-bottom:2px solid #CCCCCC; }
.business-entry .entry{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin: 20px 0 10px;}
.business-entry .entry .entry-block {flex: 0 0 48%;min-width:85px;height:110px;border-radius: 4px;cursor:pointer;display: flex;justify-content: center;
    flex-direction: column;text-align: center;background-color: #F6F4F6;box-sizing: border-box;}
.business-entry .entry .entry-block{margin-bottom: 10px;}
.business-entry .entry span:first-child{color:#EB593C;font-size: 31px;margin: 0 auto 5px auto;}
.business-entry .entry p,.business-entry .oldentry p{color: #606060}
.business-entry .oldentry a{background-color:#F6F4F6;min-width: 210px;height:86px;border-radius: 4px;text-align:center;display: flex;justify-content: center;
    align-items: center}
.business-entry .oldentry span:first-child{color:#EB593C;font-size: 31px;margin-right: 20px;}
.business-entry .entry .entry-block:hover{border-bottom:none;background-image: linear-gradient(-90deg, #EF5E3F 0%, #C12C20 100%);border-radius: 2px;}
.business-entry .entry .entry-block:hover span{color: white;}
.business-entry .oldentry a:hover{ border-bottom: none; background-image: linear-gradient(-90deg, #EF5E3F 0%, #C12C20 100%);border-radius: 2px;}
.business-entry .oldentry a:hover span{color: white;}


/*外贸频道*/
.wm-info{width:495px;}
.wm-info .content{margin-top:6px;}
.wm-info .content .info{height:19px;font-family: MicrosoftYaHei;font-size: 16px;color: #000000;line-height: 19px;margin-top:20px;}
.wm-info .content .info
.wm-info .content .info span {font-weight:bold;font-family: MicrosoftYaHei-Bold;font-size: 16px;color: #BE2C20}
.wm-info .content .info em{float:right;color: #c0c0c0;}

.policies{width:410px;margin: 0 20px;}
.tabs {  position: absolute; transition: all .5s ease-in;min-width:415px;}
.tabs  .list_article li a {position: relative;padding-left: 12px;width: 95%;}

.tabs em{float:right;color: #c0c0c0;}
.tabBar {height:39px;display: flex;justify-content: space-between;align-items: flex-end}
.tabBar li { min-width: 30px;cursor: pointer;padding-bottom:13px;margin-right: 15px;font-size: 16px;color: #606060;}
.tabBar .active {position: relative; min-width:36px;font-size: 18px;color:  #303030; font-weight:bold}
.tabBar .active::after {content: ""; display: block;width: 100%;height: 3px; position: absolute; left: 0;bottom: -1.5px;background: #BE2C20;}

/*专题专报*/
.recom-info{ width: 252px; }
.recom-info .title{font-family: MicrosoftYaHei-Bold;font-size: 14px;color: #303030;width:208px;height:31px;position:relative;background: #F7F7F7;
    border: 1px solid #EAEAEA;line-height:31px; padding-left:10px;}
.recom-info .recom-content{display: flex;justify-content: center;align-items: center;height: 50px;text-align:center;border-radius: 4px;
    background-color:#F6F4F6;color: #303030;}
.recom-info .recom-content:nth-child(2){margin-top: 20px;}
.recom-info .recom-content:nth-child(3),.recom-info .recom-content:nth-child(4){margin: 12px 0;}
.recom-info .recom-content span:last-child{color: #C12C20;font-size: 24px;}
.recom-info .recom-content span:first-child{flex: 0 0 75%;}
.recom-info .recom-content span{font-size: 16px;}
.recom-info .recom-content:hover {background-image: linear-gradient(-270deg, #C12C20 1%, #F05E3F 97%);border-bottom: none;}
.recom-info .recom-content:hover span{color: white;}
/*市场采购*/

.trade {margin-right:20px;width: 925px;}
.trade-content_type{width:100%; margin: 19px 0 12px; display:flex;justify-content: space-between;}
.trade-content_type li {flex:0.33;min-width:221px;text-align:center;border:1px solid #CECFCB;background: #FFFFFF}
.trade-content_type li .typeimg {text-align:center;position:relative}
.trade-content_type li .typeimg1 {width:100%}
.trade-content_type .typeimg .circle{width:38px;height:38px;background: #EF5D3F;border-radius: 50%;text-align:center;line-height:38px;position:absolute;margin: 0;left: 50%;bottom: 0;transform: translate(-50%, 50%);}
.trade-content_type .typeimg .circle img{width: 60%;margin:0 auto}

.trade-content_type li span{font-size: 16px;color: #303030;padding: 25px 0 8px;display: inline-block;}
.trade-content_type li a:hover{border-bottom: none;}
.trade-content_type :nth-child(2){ margin :0 2.1%;}

.trade-content_detail,.trade-content_detail ul{display: flex;}
.trade-content_detail{justify-content: space-between;}
.trade-content_detail ul{flex-wrap: wrap;flex: 0.33;display: flex;}
.trade-content_detail ul:nth-child(2){ margin :0 2.1%;}
.trade-content_detail ul li{line-height: 19px;position: relative;padding: 12px 13px 0 13px;}

.trade-content_detail ul li:nth-child(3)&gt;a{ color: #BE2C20;}
.trade-content_detail a{position: relative;font-size: 16px;box-sizing: border-box;}
.trade-content_detail li:before{content: ""; display: block;width: 1px;height: 13px; position: absolute; left: 0;top: 15px;background: #606060;}
.trade-content_detail ul li:nth-child(3n+1){ padding-left: 0}
.trade-content_detail ul li:nth-child(3n+1):before{ content: none; }

/*汇率*/
.exchange_rate { width: 252px; }
.exchange_rate  table {width: 100%;  height: 130px;  border-collapse: collapse;  text-align: center;margin-top:16px;}
.exchange_rate table td {font-size: 16px;color: #303030;width:110px;height:36px}
.exchange_rate table tr:first-child td { color: #909090}
.exchange_rate table tr:nth-child(2n+1) { background: #FFFFFF;}
.exchange_rate table tr:nth-child(2n) { background: #F2F2F2;}
/*
.trade-head { display: flex;  justify-content: space-between; align-items: center;  border-bottom: 1px solid #cccccc; }
.trade-head img {width: 18px; height: 17.2px; cursor: pointer; }
.trade-head h4 {margin: 0; padding: 8px 0;font-size: 18px;color: #BE2C20; }
.trade-content_type,.trade-content__type a{display: flex; justify-content:center;align-items:center; }
.trade-content_type li{flex: 1;}
.trade-content_type a{ height: 53px;}
.trade-content_type li:nth-child(2){ border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;}
.trade-content_type img{width: 42px;margin-right: 20px;}
.trade-content_detail,.trade-content__detail ul{display: flex;}
.trade-content_detail ul{flex-wrap: wrap;flex: 1;}
.trade-content_detail li{padding: 4px 0;}
.trade-content_detail a{font-size: 12px;padding: 0 9px;box-sizing: border-box;border-left: 1px solid #606060;}
.trade-content_detail ul li:nth-child(3)&gt;a{ color: #BE2C20; }
.trade-content_detail ul li:nth-child(3n+1)&gt;a{ border-left: none;}
	*/
/*报表*/
.echarts{width:100%;}
.echarts .plate-title{background-image:url(../images/fenlan.png);height:45px;background-repeat: no-repeat;background-size: auto 100%;border-bottom: none;}
.echarts .plate-title h4{color: white;padding:0 0 0 10px;}
.echarts .plate-title h4::after{content: none;}
.echarts-wrap {  display: flex; justify-content: space-between;}
.echarts-wrap .echarts-content{flex: 0 0 32%;}
.echarts-wrap .echarts-content:nth-child(2){margin: 0 18px}
.echarts-wrap .echarts-content h6{color: #C12C20;text-align: center;line-height: 15px;padding:12px 0;margin:29px 0 38px 0;
    background: #FFF7F6;font-size: 16px;}

/*公众查询*/
.public{width:100%;flex:1}
.public-search1 {width:100%;}
.search-top {display: flex;justify-content: space-between;align-items: flex-end;background-image: url(../images/top-bgImg.png);background-size: 1022px 20px;
    background-repeat: no-repeat;background-position: right bottom;}
.search-top .search-icon {width: 34px;height: 34px;margin-right: 20px;}
.search-top &gt; div{ display: flex; padding-bottom: 5px;align-items: center}
.search-top span {display: inline-block;font-size: 24px;font-weight: bold;margin-left: 10px;color: #BE2C20;}
.public-search { display: flex;justify-content: center;align-items: center;height: 129px; background-color: #C12C20;}
.search-list { width: 1200px;min-width: 940px; }
.public-search ul { display: flex;justify-content: space-between; width: 100%; padding-left: 0; margin: 0; list-style: none; align-items: center; transition: all .6s ease;  }
.public-search ul li{margin: 0 20px;}
.public-search ul li:first-child{margin-left: 45px;}
.public-search ul li:last-child{margin-right: 45px;}
.public-search img { cursor: pointer; transform: scale(0.5) }
.public-search a { display: inline-flex; text-decoration: none; flex-direction: column; justify-content: center; background-color: #ffffff;
    width:100%;width: 190px;  height: 82px; font-size: 18px; color: #606060;  font-weight: bold;  border-radius: 4px;}
.public-search a:hover{color: #C12C20;border-bottom: none;}
.public-search a span {  text-align: center; }
.public-search a span:first-child{margin-bottom: 5px;}

/*风险预警*/
.risk-warning{ width: 100%;margin-bottom: 30px;}
.risk-warning .warning-content-wrap{display: flex;justify-content: space-between}
.risk-warning .warning-content{width:380px;}
.risk-warning .warning-content .list_article li a:hover{ border-bottom: 1px solid #BE2C20; }
.risk-warning .warning-content:nth-child(2){margin: 0 2%;}
.risk-warning .content-head{text-align: center;padding-top: 20px;}
.risk-warning .content-head h5{display: inline-block;margin-top: 20px;font-size: 18px;}
.risk-warning .content-head img{width: 100%;}

/*平台介绍*/
/*.Platform-introduction {width:100%;}*/
/*.str_wrap{background-color: transparent;}*/
/*.str_wrap.str_active{background-color: transparent;}*/
/*.introduce { height: 580px; overflow: hidden;}*/
/*.introduce-title { width: 940px; font-size: 18px;  color: #BE2C20; margin: 0; padding: 8px 0;  border-bottom: 1px solid #CCCCCC; }*/
/*.introduce-list { display: flex; flex-wrap: wrap; list-style: none; margin: 0;  padding-left: 0;  position: relative; }*/
/*.introduce-list li {  height: 100px;  flex: 0 0 50%; display: flex; align-items: center;  font-size: 14px; color: #000000; line-height: 21px; }*/
/*.introduce-list .line{justify-content: flex-end;}*/
/*.introduce-list .line::after {  content: ""; display: block; width: 1px; height: 100%; position: absolute; top: 50px; left: 49.5%;  z-index: 0;  background: #CCCCCC;  }*/
/*.introduce-list li p {  flex: 0 0 65%; font-size: 14px;color: #C12C20;font-weight: bold}*/
/*.introduce-list li .text-wrap{min-width:290px;width: 25vw;height: 86px;background: #F6F4F6;box-sizing: border-box;padding:13px 15px 10px 28px;}*/
/*.introduce-list li:nth-child(2n) {margin-left: -12px;position: relative;height: 140px;top: 50px;}*/
/*.red-text {font-weight: bold;font-size: 16px;color: #C12C20;}*/
/*.dot::after { content: "";display: block;width: 12px; height: 12px;border-radius: 50%; position: relative;background: #C12C20;z-index: 1;}*/
/*.date { width:64px;height: 0;border: 3px solid #F6F4F6;}*/


</pre></body></html>